home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / util / simulare.sit / Simula 4.07 Reference / card_51960.txt < prev    next >
Text File  |  1989-05-02  |  2KB  |  65 lines

  1. -- card: 51960 from stack: in.07 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 13647
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=13 top=91 right=295 bottom=89
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=88 top=91 right=292 bottom=495
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: 
  34.  
  35.  
  36. -- part contents for background part 2
  37. ----- text -----
  38. Attributes of Outfile
  39.  
  40. -- part contents for card part 1
  41. ----- text -----
  42. Outimage
  43.  
  44. BreakOut-image
  45. Outrecord
  46.  
  47. Outchar, Outtext
  48. Outint
  49.  
  50.  
  51.  
  52. Outfix
  53. Outreal
  54.  
  55. -- part contents for card part 2
  56. ----- text -----
  57. Transfers the entire contents of Image to the external file, then fills Image with blanks and sets Pos to 1.
  58. As Outimage, but no "new line" after the image. Mostly useful in interactive I/O, e.g. when writing a prompt.
  59. Transfers the contents of Image, up to Pos, to the external file. No blank-filling, Pos is set to 1.
  60. Stores a character or a text in Image. Automatic Outimage if not enough room in Image.
  61. Edits an integer right-adjusted in the next Width positions of Image (automatic Outimage if necessary). Error if Width not large enough.
  62. Width = 0: edits in exactly as many positions as necessary. 
  63. Width < 0: left-adjusted in -Width positions.
  64. Analogous, real number in fix format with Ndec decimals.
  65. Analogous, real number in scientific format.